10. Downloading (curl)
Downloading (curl)
curl
is used in command lines or scripts to transfer data.
Use the workspace below the video to practice the commands and remember to practice locally in your computer too.
Ud206 011 Shell P7 - Downloading
Commands
CURL
: is used in command lines or scripts to transfer data.
## Workspace
You can use this workspace to test your commands.
Code
If you need a code on the https://github.com/udacity.
Start Quiz:
Unknown quiz type. Please contact the developer to make it compatible with this atom type!Solution:
Ud206 011 Shell P7.1 - Downloading Solution
By the way, a lot of URLs have special characters in them, such as the &
sign, which have unusual meanings to the shell. That's why I'm always putting these URLs in quotes … even though these particular examples would work without them, it's a good practice to get into.